access request - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

access request - перевод на русский

METHOD BY WHICH COMPUTERS COMMUNICATE
Request-reply; Request/reply; Request-response; Request/response

access request      
запрос на доступ
automatic repeat request         
ERROR-CONTROL METHOD FOR DATA TRANSMISSION
Automatic Repeat Request; ARQ protocol; Automatic repeat-request; Automatic Repeat reQuest
автоматический запрос на повторение передачи
request         
WIKIMEDIA DISAMBIGUATION PAGE
Requests; Request (disambiguation); Request (album); Requests (disambiguation); Requeſt

Определение

random access
¦ noun Computing the process of transferring information to or from memory in which every memory location can be accessed directly rather than being accessed in a fixed sequence.

Википедия

Request–response

In computer science, request–response or request–reply is one of the basic methods computers use to communicate with each other in a network, in which the first computer sends a request for some data and the second responds to the request. More specifically, it is a message exchange pattern in which a requestor sends a request message to a replier system, which receives and processes the request, ultimately returning a message in response. It is analogous to a telephone call, in which the caller must wait for the recipient to pick up before anything can be discussed. This is a simple but powerful messaging pattern which allows two applications to have a two-way conversation with one another over a channel; it is especially common in client–server architectures.

For simplicity, this pattern is typically implemented in a purely synchronous fashion, as in web service calls over HTTP, which holds a connection open and waits until the response is delivered or the timeout period expires. However, request–response may also be implemented asynchronously, with a response being returned at some unknown later time. When a synchronous system communicates with an asynchronous system, it is referred to as "sync over async" or "sync/async". This is common in enterprise application integration (EAI) implementations where slow aggregations, time-intensive functions, or human workflow must be performed before a response can be constructed and delivered.

In contrast, one-way computer communication, which is like the push-to-talk or "barge in" feature found on some phones and two-way radios, sends a message without waiting for a response. Sending an email is an example of one-way communication, and another example are fieldbus sensors, such as most CAN bus sensors, which periodically and autonomously send out their data, whether or not any other devices on the bus are listening for it. (Most of these systems use a "listen before talk" or other contention-based protocol so multiple sensors can transmit periodic updates without any pre-coordination.)

Примеры употребления для access request
1. The access request letter should mention the translator, who will also receive a pass, she said.
2. If your request is denied, you can write to the bank requesting a copy of information held on computer records under the Data Protection Act, known as a "subject access request".
3. In the end, my sister, who works for the BBC and therefore knows a thing or two about bureaucracy, was driven to filing a Subject Access Request under section seven of the Data Protection Act, 1''8.
4. Every written request for information including emails will be considered to be an access request under the Freedom of Information Act and must be dealt with within 20 working days.
Как переводится access request на Русский язык